Int32NINumericInt32NMultiply Method

Computes the product of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Multiply(
	Int32N value
)

Parameters

value  Int32N
The value to multiply with the current value.

Return Value

Int32N
The product of the current value and value.

Implements

INumericTSelfMultiply(TSelf)

See Also